home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / datetime / timeit / timeit.doc next >
Text File  |  1991-08-07  |  5KB  |  103 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                     Time It
  7.  
  8.             Time It is a simple stopwatch program for Windows 3. It
  9.         is most useful for people who get paid an hourly rate to work
  10.         using Windows. You can start and stop the stopwatch as you
  11.         start and stop work on a project. It also can be useful for
  12.         keeping track of how long you are connected to a BBS that is
  13.         costing you money, either in user fees or phone bills.
  14.             To use Time It, install it as a Windows program in the
  15.         usual way. When you pop this program up, you will see a small
  16.         window with two buttons and an output display. The output
  17.         display will initially read "00:00:00", indicating zero
  18.         hours, zero minutes, and zero seconds. The top button will be
  19.         labelled "Clear". The bottom button will initially be
  20.         labelled "Start".
  21.             To use the stopwatch, the simplest method is to click on
  22.         the "Start" button with the mouse. When you do this, the
  23.         label on the button will change to "Pause", because once the
  24.         stopwatch is running, this button causes it to pause. When
  25.         you click on the "Start" button, the timer will start
  26.         counting in one-second increments. When you click on the
  27.         "Pause" button, the counting will stop. The label on the
  28.         button will change to "Restart". Clicking on this button
  29.         again will cause the timer to resume counting where it left
  30.         off. You can repeat this start-stop process as many times as
  31.         you like.
  32.             When the bottom button is labelled "Pause", clicking on
  33.         the "Clear" button with the mouse will reset the timer to
  34.         "00:00:00". Clicking on the "Clear" button while the timer is
  35.         running will have no effect. This is a safety precaution
  36.         against accidentally resetting the timer while you are timing
  37.         something.
  38.             When Time It is the active Windows application, you may
  39.         notice that there is a small square around the label on the
  40.         bottom button. This means that you can also press this button
  41.         by pressing the Enter key or space bar. When Time It is not
  42.         the main program being run under Windows, this square will
  43.         disappear, indicating that you must use the mouse to press
  44.         the button. You also can move this square to the "Clear"
  45.         button by pressing the TAB key. When this happens, pressing
  46.         the Enter key or space bar presses the "Clear" button.
  47.         Pressing the TAB key again would move the square back to the
  48.         bottom button.
  49.             Clicking on the word "About" near the top of the Time It
  50.         window will give you some information on Time It.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.             Once you have the timer running, you can load and use
  57.         other applications. You can even minimize Time It down to an
  58.         icon. It will still continue counting the time. When you pop
  59.         it back up, it will display the correct amount of time since
  60.         you started it.
  61.             When the Time It window is displayed and the timer is
  62.         running, it will normally update the timer display once each
  63.         second. A few Windows functions may tie up the computer, so
  64.         that the display is not being updated. However, the counting
  65.         continues, and the display will be properly updated as soon
  66.         as the computer is free. This is true even if you pop out of
  67.         windows to DOS with the Windows "DOS Prompt" option or shell
  68.         out of Windows to a non-Windows application. The only thing
  69.         you cannot do is exit Windows entirely with the "Exit
  70.         Windows" option.
  71.  
  72.         Requirements
  73.  
  74.             This program requires Windows 3.0. It also requires the
  75.         Visual BASIC runtime module, VBRUN100.DLL. This can be
  76.         downloaded from Compuserve or GEnie, and also comes on the
  77.         shareware disk distributed by Leithauser Research (see below).
  78.  
  79.         Paying for Time It
  80.  
  81.             Time It is a shareware program. If you continue using it,
  82.         please pay for it by sending $5.00 to:
  83.  
  84.                               Leithauser Research
  85.                              4649 Van Kleeck Drive
  86.                            New Smyrna Beach FL 32169
  87.  
  88.             In addition to a clear conscience, you will receive a
  89.         disk containing other shareware and freeware programs by
  90.         Leithauser Research. You are, of course, under no obligation
  91.         to register these programs unless you also decide to keep
  92.         using them.
  93.  
  94.         Custom Programming
  95.  
  96.             The primary function of Leithauser Research is custom
  97.         computer programming. If you need an unusual program that you
  98.         cannot find commercially, contact us at the above address for
  99.         a price quote. Our rates are very reasonable. You acquire all
  100.         rights to the programs you hire us to write, so you can
  101.         market these programs yourself if you like.
  102.  
  103.